home *** CD-ROM | disk | FTP | other *** search
/ Aminet 25 / Aminet 25 (1998)(GTI - Schatztruhe)[!][Jun 1998].iso / Aminet / dev / cross / toti.lha / toti.doc next >
Encoding:
Text File  |  1998-03-01  |  1.5 KB  |  40 lines

  1. ToTI (C) 1998 LJS
  2. ToTI converts the output from a Z80 assembler to a .86p file for a TI-86
  3. calculator.  This is only useful if your into writing your own assembly
  4. programs for your TI-86.
  5.  
  6. You will need OS37 or above to run it.
  7.  
  8. There are other programs you will need to complete your collection of
  9. programming tools for your TI-86.
  10.  
  11. You will require a Z80 assembler.  There is only one that comes to mind that
  12. is written for the Amiga and that's CAZ.  Its available on Aminet .
  13. You will also need some software to transfer your newly made .86p file wont
  14. you?
  15. Send85 will do the job nicely, although written for a TI-85 it will work for
  16. the 86.  There is documentation included with this software detailing the
  17. construction of the serial adapter.
  18.  
  19. Once you have written your assembly source code, assemble it into a memory 
  20. dump.  Dont bother with the namby pamby S record files or even worse 
  21. Intel hex, all we want is a memory dump.
  22. CAZ will generate this as default.
  23.  
  24. Then convert the assembler output to the .86p file :-
  25.  
  26. toti a.out smiley.86p Smiley
  27.  
  28. a.out is the output from the assembler, smiley.86p is the .86p file your
  29. going to create and Smiley is the name of the program which will appear on
  30. your TI-86.
  31.  
  32. And thats it, transfer the thing to your calc, run it and then?
  33. It either works first time, It crashes your calc and you spend ages 
  34. debugging your source!!!
  35.  
  36. CAZ and Snd85 are available from Aminet and I had nothing to do with any
  37. of them.
  38.  
  39. Lee Atkins. 1st March 1998
  40.